Welcome![Sign In][Sign Up]
Location:
Search - CODE FOR DYNAMIC PROGRAMMING

Search list

[Other resourceC语言 规范

Description: c语言编程规范Style guidelines and programming practices for C/C++ code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.-norms Style guidelines and programming practices for C / C code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.
Platform: | Size: 46247 | Author: 加内特 | Hits:

[VC/MFCC语言 规范

Description: c语言编程规范Style guidelines and programming practices for C/C++ code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.-norms Style guidelines and programming practices for C/C code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.
Platform: | Size: 46080 | Author: 加内特 | Hits:

[matlabdongtaiguihua

Description: Matlab源程序用动态规划方法求最短路径。-Matlab source code using dynamic programming method for the shortest path.
Platform: | Size: 5120 | Author: gws | Hits:

[Data structsmap

Description: 关于旅行商问题的动态规划算法 在vc环境下编译通过-On the traveling salesman problem dynamic programming algorithm in vc compiler environment through
Platform: | Size: 591872 | Author: 张小 | Hits:

[matlabMatlabCodeforDeterministicDynamicProgramming

Description: 一个决策性动态规划的matlab代码,有参考文献,适合初学者-A dynamic programming decision-making matlab code, there are references for beginners
Platform: | Size: 111616 | Author: plow | Hits:

[matlabMatlabCodeforStochasticDynamicProgramming

Description: 一个实现随机动态规划的实例的matlab代码,附有参考文献,适合初学者-A realization of stochastic dynamic programming examples of matlab code, with references for beginners
Platform: | Size: 254976 | Author: plow | Hits:

[Data structsEditDistance

Description: 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题-Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
Platform: | Size: 1024 | Author: Doreen | Hits:

[Linux-Unixtsp

Description: 用动态规划法求解TSP问题的C++源码 在Linux中用g++编译通过-Using dynamic programming method for solving TSP problems C++ Source code in Linux using g++ Compiled through
Platform: | Size: 1024 | Author: L.Zhang | Hits:

[AI-NN-PRDP_TSP

Description: Dynamic Programming Code for the TSP
Platform: | Size: 17408 | Author: foxman | Hits:

[matlabdynamic

Description: 本代码为动态规划算法。寻找一条最佳路径,并找出相对应的节点。-The code for the dynamic programming algorithm.
Platform: | Size: 2048 | Author: tess | Hits:

[VC/MFCC++Programming

Description: This document contains the guidelines for writing C/C++ code for Dynamic Software Solutions. The point of a style guide is to greater uniformity in the appearance of source code. The benefit is enhanced readability and hence maintainability for the code. Wherever possible, we adopt stylistic conventions that have been proved to contribute positively to readability and/or maintainability
Platform: | Size: 31744 | Author: Malek | Hits:

[Embeded-SCM DevelopC_C++_Programming_Style_Guidlines

Description: Style guidelines and programming practices for C/C++ code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.
Platform: | Size: 31744 | Author: tmkguy | Hits:

[Data structsmultiStageGraph

Description: 使用动态规划求多段图的C++源程序,用于满足最优化问题且问题能转换成一个有向图问题的求解,可以直接运行!-The use of dynamic programming for multi-stage plan of C++ source code, designed to meet the optimization problem and the problem can be converted into a directed graph to solve the problem, you can directly run!
Platform: | Size: 229376 | Author: 张凯兵 | Hits:

[Mathimatics-Numerical algorithmsdongtaiguihua-suanfa-source-code

Description: 分别用动态规划的算法,用手工解决资源分配的问题。另一个是编程解决下面的问题: 一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T,使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一个三角形的权重是其各边的权重之和)。-Respectively dynamic programming algorithm, hand address the resource allocation problem. The other is programmed to solve the following problem: a convex 8-gon P, vertex clockwise of (v1, v2, ..., v8), any two vertices of the segment between the weight given by the matrix D. If vi and vj is the P is not adjacent to two vertices, then the line segment vivj known as P, a string. Seeking P, a set of strings T, makes the T all the strings just to P divided into non-overlapping triangles, and the weight of each triangle and for the minimum (the weight of a triangle is its weight of each side and) .
Platform: | Size: 322560 | Author: liuxiaoxia | Hits:

[Internet-NetworkControl-system-using-C-programming-language-Dynami

Description: 论述如何针对DHCP服务器的本地系统所有动态IP地址的自动释放和自动获得进行编程控制,给出了 网络配置信息结构 PesA DAPTER INF()和描述网络接口的结构IP INTERFACE INFO以及IP-A DAPTER INDEX MAP结构的定义,并给出了自动更新系统IP地址的示例代码。-Discusses how the DHCP server for dynamic IP addresses to all the local system of automatic release and automatic programming control, given the network configuration information structure PesA DAPTER INF () and describe the structure of the network interface IP INTERFACE INFO and IP-A DAPTER INDEX MAP structure is defined, and gives the IP address automatically update the sample code.
Platform: | Size: 188416 | Author: sz | Hits:

[Menu controlc_programming_code_for_dynamic_menu_function_desig

Description: c编程实现动态菜单功能设计的代码c programming code for dynamic menu function design-c programming code for dynamic menu function design
Platform: | Size: 7168 | Author: ak37 | Hits:

[Windows DevelopVC_code_dynamic_adjustment_system_resolution

Description: VC编程动态调整系统分辨代码VC programming code for dynamic adjustment of system resolution -VC programming code for dynamic adjustment of system resolution
Platform: | Size: 22528 | Author: i | Hits:

[VC/MFCdynamic-programming

Description: 介绍动态规划法的设计思想并举例,有串匹配问题,排序问题,组合问题中的动态规划法,既有伪代码也有源程序-Design ideas of the dynamic programming method, and for example, the string matching problem, scheduling problem, dynamic programming in combinatorial problems, both pseudo-code source
Platform: | Size: 175104 | Author: 乔艳梅 | Hits:

[CSharpcode

Description: 对于各种问题的动态规划法c语言编程,田忌赛马问题,排列问题等等,内容详细-C language programming for a variety of problems dynamic programming method, Tian Ji Jockey problems, arrangement problems, and so detailed content
Platform: | Size: 33792 | Author: 王峰 | Hits:

[OtherOreilly.CSharp.4.0.in.a.Nutshell.4th.Edition.Jan.

Description: C# 4.0 further enhances Microsoft’s flagship programming language with muchrequested features—including support for dynamic programming, type parameter variance, and optional and named parameters. At the same time, the CLR and .NET Framework have grown to include a rich set of features for parallel programming, code contracts, and a new code security model. C# 4.0 in a Nutshell is organized entirely around concepts and use cases, making it friendly both to sequential reading and to random browsing.It also plumbs significant depths while assuming only basic background knowledge—making it accessible to intermediate as well as advanced readers. This book covers C#, the CLR, and the core Framework assemblies.
Platform: | Size: 4256768 | Author: jit1 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net